| 1. | Bstr a 32 - bit character pointer 一个32位的字符型指针。 |
| 2. | Calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer 计算对从指定的字符指针开始的一组字符进行编码时产生的字节数。 |
| 3. | When overridden in a derived class , calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer 在派生类中重写时,计算对一组字符(从指定的字符指针处开始)进行编码所产生的字节数。 |
| 4. | Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer 将从指定的字节指针开始的一个字节序列解码为一组字符,并从指定的字符指针开始存储这组字符。 |
| 5. | Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer 将从指定的字符指针开始的一组字符编码为一个字节序列,并从指定的字节指针开始存储该字节序列。 |
| 6. | When overridden in a derived class , decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer 在派生类中重写时,将一个字节序列(从指定的字节指针开始)解码为一组字符,并从指定的字符指针开始存储该组字符。 |
| 7. | When overridden in a derived class , encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer 在派生类中重写时,将一组字符(从指定的字符指针开始)编码为一个字节序列,并从指定的字节指针开始存储该字节序列。 |
| 8. | When overridden in a derived class , decodes a sequence of bytes starting at the specified byte pointer and any bytes in the internal buffer into a set of characters that are stored starting at the specified character pointer 在派生类中重写时,将字节序列(从指定的字节指针处开始)和任何内部缓冲区中的字节解码为从指定字符指针开始存储的一组字符。 |
| 9. | When overridden in a derived class , encodes a set of characters starting at the specified character pointer and any characters in the internal buffer into a sequence of bytes that are stored starting at the specified byte pointer 在派生类中重写时,将一组字符(从指定的字符指针处开始)和内部缓冲区中的任何字符编码为从指定字节指针开始存储的字节序列。 |